[BUILDER]: Initialize code segment selectors in virtual IDT to 0.
authorIan Campbell <ian.campbell@xensource.com>
Thu, 8 Mar 2007 15:35:28 +0000 (15:35 +0000)
committerIan Campbell <ian.campbell@xensource.com>
Thu, 8 Mar 2007 15:35:28 +0000 (15:35 +0000)
commit75c73974d7d41d0d28c743ce3cb551c856c6d190
tree65751c558482813c8207171c381333b36898ddab
parente653a8058e7b9db57ca0af167580a108fc2622bd
[BUILDER]: Initialize code segment selectors in virtual IDT to 0.
These should not be set until the guest kernel kernel configures an
entry point otherwise the null_trap_bounce() check gets confused.

This change was made to the old domain builder in 12455:3fa6635d04b9
but was lost in the transition to the new builder.

Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
tools/libxc/xc_dom_x86.c